ScxV6Server.BuildDate Method

Returns the product build date.

Remarks

Use the BuildDate as a diagnostic function to identify the build date of the product.

Example:

The following example written in VB.NET outputs the build date to the console.

Dim Svr As ScxV6DbClient.ScxV6Server

' Connect to the server

Svr = New ScxV6DbClient.ScxV6Server

Console.WriteLine("The build date is {0}", Svr.BuildDate)

This produces the following output:

The build date is Jan 15 2007


Disclaimer

Geo SCADA Expert 2020